﻿2026-08-01T22:09:39.9518520Z ##[group]Run actions/checkout@v5
2026-08-01T22:09:39.9519281Z with:
2026-08-01T22:09:39.9519790Z   fetch-depth: 0
2026-08-01T22:09:39.9520383Z   repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:39.9525911Z   token: ***
2026-08-01T22:09:39.9526479Z   ssh-strict: true
2026-08-01T22:09:39.9527055Z   ssh-user: git
2026-08-01T22:09:39.9527610Z   persist-credentials: true
2026-08-01T22:09:39.9528237Z   clean: true
2026-08-01T22:09:39.9528863Z   sparse-checkout-cone-mode: true
2026-08-01T22:09:39.9529567Z   fetch-tags: false
2026-08-01T22:09:39.9530220Z   show-progress: true
2026-08-01T22:09:39.9530815Z   lfs: false
2026-08-01T22:09:39.9531438Z   submodules: false
2026-08-01T22:09:39.9532153Z   set-safe-directory: true
2026-08-01T22:09:39.9533019Z   allow-unsafe-pr-checkout: false
2026-08-01T22:09:39.9535437Z ##[endgroup]
2026-08-01T22:09:40.1526060Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:40.1527055Z ##[group]Getting Git version info
2026-08-01T22:09:40.1527443Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-01T22:09:40.1712745Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-01T22:09:40.1927391Z git version 2.43.0.windows.1
2026-08-01T22:09:40.1956651Z ##[endgroup]
2026-08-01T22:09:40.1966062Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f654e82c-8e27-4a65-badc-f5c77deefe4a\.gitconfig'
2026-08-01T22:09:40.1983381Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f654e82c-8e27-4a65-badc-f5c77deefe4a' before making global git config changes
2026-08-01T22:09:40.1986123Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:09:40.1990210Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-01T22:09:40.2287307Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-01T22:09:40.2491011Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:40.2515153Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T22:09:40.2520489Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T22:09:40.2737457Z HEAD
2026-08-01T22:09:40.4511958Z ##[endgroup]
2026-08-01T22:09:40.4517782Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-01T22:09:40.9444228Z ##[group]Cleaning the repository
2026-08-01T22:09:40.9449803Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-01T22:09:41.8539851Z Removing dist/
2026-08-01T22:09:41.8540187Z Removing target/
2026-08-01T22:09:41.8567557Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-01T22:09:41.9218665Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T22:09:41.9243774Z ##[endgroup]
2026-08-01T22:09:41.9248345Z ##[group]Disabling automatic garbage collection
2026-08-01T22:09:41.9254281Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-01T22:09:41.9520385Z ##[endgroup]
2026-08-01T22:09:41.9520775Z ##[group]Setting up auth
2026-08-01T22:09:41.9527629Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:09:41.9764471Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-01T22:09:42.4048588Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:09:42.4290079Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-01T22:09:42.8727058Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:09:42.9010972Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-01T22:09:43.3062906Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-01T22:09:43.3375367Z ##[endgroup]
2026-08-01T22:09:43.3375817Z ##[group]Fetching the repository
2026-08-01T22:09:43.3383288Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-01T22:09:44.9605728Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:44.9606973Z  * [new branch]          fix/inbound-lock-table-blindness -> origin/fix/inbound-lock-table-blindness
2026-08-01T22:09:44.9607440Z  * [new branch]          golden/doorbell -> origin/golden/doorbell
2026-08-01T22:09:44.9794924Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/golden/doorbell
2026-08-01T22:09:45.0247356Z   origin/golden/doorbell
2026-08-01T22:09:45.0270586Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/golden/doorbell
2026-08-01T22:09:45.0486455Z 13e94d510e75a9f92eff2934129e536c29da3b4c
2026-08-01T22:09:45.0506061Z ##[endgroup]
2026-08-01T22:09:45.0506336Z ##[group]Determining the checkout info
2026-08-01T22:09:45.0507524Z ##[endgroup]
2026-08-01T22:09:45.0512948Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-01T22:09:45.0806760Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-01T22:09:45.1040158Z ##[group]Checking out the ref
2026-08-01T22:09:45.1045179Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/doorbell refs/remotes/origin/golden/doorbell
2026-08-01T22:09:45.2579653Z branch 'golden/doorbell' set up to track 'origin/golden/doorbell'.
2026-08-01T22:09:45.2580237Z Previous HEAD position was 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T22:09:45.2580489Z Switched to a new branch 'golden/doorbell'
2026-08-01T22:09:45.2611944Z ##[endgroup]
2026-08-01T22:09:45.2877138Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-01T22:09:45.3096785Z 13e94d510e75a9f92eff2934129e536c29da3b4c
